LISTENER POSITION Y

This command will return the current Y position of the listener.

  Syntax
Return Float=LISTENER POSITION Y()
  Returns

The command will return the current Y position of the listener

  Example Code
cls
load sound "man.wav",1
play sound 1
print "Y position of the listener "+str$(listener position y())
wait 1000*8
stop sound 1
do
loop
end
  See also

SOUND Commands Menu
Index